3.5.65 \(\int \sqrt {a^2+2 a b \sqrt [3]{x}+b^2 x^{2/3}} \, dx\) [465]

Optimal. Leaf size=88 \[ \frac {a \sqrt {a^2+2 a b \sqrt [3]{x}+b^2 x^{2/3}} x}{a+b \sqrt [3]{x}}+\frac {3 b \sqrt {a^2+2 a b \sqrt [3]{x}+b^2 x^{2/3}} x^{4/3}}{4 \left (a+b \sqrt [3]{x}\right )} \]

[Out]

a*x*(a^2+2*a*b*x^(1/3)+b^2*x^(2/3))^(1/2)/(a+b*x^(1/3))+3/4*b*x^(4/3)*(a^2+2*a*b*x^(1/3)+b^2*x^(2/3))^(1/2)/(a
+b*x^(1/3))

________________________________________________________________________________________

Rubi [A]
time = 0.03, antiderivative size = 88, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 3, integrand size = 26, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.115, Rules used = {1355, 660, 45} \begin {gather*} \frac {3 b x^{4/3} \sqrt {a^2+2 a b \sqrt [3]{x}+b^2 x^{2/3}}}{4 \left (a+b \sqrt [3]{x}\right )}+\frac {a x \sqrt {a^2+2 a b \sqrt [3]{x}+b^2 x^{2/3}}}{a+b \sqrt [3]{x}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sqrt[a^2 + 2*a*b*x^(1/3) + b^2*x^(2/3)],x]

[Out]

(a*Sqrt[a^2 + 2*a*b*x^(1/3) + b^2*x^(2/3)]*x)/(a + b*x^(1/3)) + (3*b*Sqrt[a^2 + 2*a*b*x^(1/3) + b^2*x^(2/3)]*x
^(4/3))/(4*(a + b*x^(1/3)))

Rule 45

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rule 660

Int[((d_.) + (e_.)*(x_))^(m_)*((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Dist[(a + b*x + c*x^2)^Fra
cPart[p]/(c^IntPart[p]*(b/2 + c*x)^(2*FracPart[p])), Int[(d + e*x)^m*(b/2 + c*x)^(2*p), x], x] /; FreeQ[{a, b,
 c, d, e, m, p}, x] && EqQ[b^2 - 4*a*c, 0] &&  !IntegerQ[p] && NeQ[2*c*d - b*e, 0]

Rule 1355

Int[((a_) + (c_.)*(x_)^(n2_.) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> With[{k = Denominator[n]}, Dist[k, Subst[I
nt[x^(k - 1)*(a + b*x^(k*n) + c*x^(2*k*n))^p, x], x, x^(1/k)], x]] /; FreeQ[{a, b, c, p}, x] && EqQ[n2, 2*n] &
& FractionQ[n]

Rubi steps

\begin {align*} \int \sqrt {a^2+2 a b \sqrt [3]{x}+b^2 x^{2/3}} \, dx &=3 \text {Subst}\left (\int x^2 \sqrt {a^2+2 a b x+b^2 x^2} \, dx,x,\sqrt [3]{x}\right )\\ &=\frac {\left (3 \sqrt {a^2+2 a b \sqrt [3]{x}+b^2 x^{2/3}}\right ) \text {Subst}\left (\int x^2 \left (a b+b^2 x\right ) \, dx,x,\sqrt [3]{x}\right )}{b \left (a+b \sqrt [3]{x}\right )}\\ &=\frac {\left (3 \sqrt {a^2+2 a b \sqrt [3]{x}+b^2 x^{2/3}}\right ) \text {Subst}\left (\int \left (a b x^2+b^2 x^3\right ) \, dx,x,\sqrt [3]{x}\right )}{b \left (a+b \sqrt [3]{x}\right )}\\ &=\frac {a \sqrt {a^2+2 a b \sqrt [3]{x}+b^2 x^{2/3}} x}{a+b \sqrt [3]{x}}+\frac {3 b \sqrt {a^2+2 a b \sqrt [3]{x}+b^2 x^{2/3}} x^{4/3}}{4 \left (a+b \sqrt [3]{x}\right )}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 43, normalized size = 0.49 \begin {gather*} \frac {\sqrt {\left (a+b \sqrt [3]{x}\right )^2} \left (4 a x+3 b x^{4/3}\right )}{4 \left (a+b \sqrt [3]{x}\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[a^2 + 2*a*b*x^(1/3) + b^2*x^(2/3)],x]

[Out]

(Sqrt[(a + b*x^(1/3))^2]*(4*a*x + 3*b*x^(4/3)))/(4*(a + b*x^(1/3)))

________________________________________________________________________________________

Maple [A]
time = 0.09, size = 43, normalized size = 0.49

method result size
derivativedivides \(\frac {\mathrm {csgn}\left (a +b \,x^{\frac {1}{3}}\right ) \left (a +b \,x^{\frac {1}{3}}\right )^{2} \left (3 b^{2} x^{\frac {2}{3}}-2 a b \,x^{\frac {1}{3}}+a^{2}\right )}{4 b^{3}}\) \(42\)
default \(\frac {\sqrt {a^{2}+2 a b \,x^{\frac {1}{3}}+b^{2} x^{\frac {2}{3}}}\, \left (3 b \,x^{\frac {4}{3}}+4 a x \right )}{4 a +4 b \,x^{\frac {1}{3}}}\) \(43\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a^2+2*a*b*x^(1/3)+b^2*x^(2/3))^(1/2),x,method=_RETURNVERBOSE)

[Out]

1/4*(a^2+2*a*b*x^(1/3)+b^2*x^(2/3))^(1/2)*(3*b*x^(4/3)+4*a*x)/(a+b*x^(1/3))

________________________________________________________________________________________

Maxima [A]
time = 0.42, size = 114, normalized size = 1.30 \begin {gather*} \frac {3 \, \sqrt {b^{2} x^{\frac {2}{3}} + 2 \, a b x^{\frac {1}{3}} + a^{2}} a^{2} x^{\frac {1}{3}}}{2 \, b^{2}} + \frac {3 \, \sqrt {b^{2} x^{\frac {2}{3}} + 2 \, a b x^{\frac {1}{3}} + a^{2}} a^{3}}{2 \, b^{3}} + \frac {3 \, {\left (b^{2} x^{\frac {2}{3}} + 2 \, a b x^{\frac {1}{3}} + a^{2}\right )}^{\frac {3}{2}} x^{\frac {1}{3}}}{4 \, b^{2}} - \frac {5 \, {\left (b^{2} x^{\frac {2}{3}} + 2 \, a b x^{\frac {1}{3}} + a^{2}\right )}^{\frac {3}{2}} a}{4 \, b^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a^2+2*a*b*x^(1/3)+b^2*x^(2/3))^(1/2),x, algorithm="maxima")

[Out]

3/2*sqrt(b^2*x^(2/3) + 2*a*b*x^(1/3) + a^2)*a^2*x^(1/3)/b^2 + 3/2*sqrt(b^2*x^(2/3) + 2*a*b*x^(1/3) + a^2)*a^3/
b^3 + 3/4*(b^2*x^(2/3) + 2*a*b*x^(1/3) + a^2)^(3/2)*x^(1/3)/b^2 - 5/4*(b^2*x^(2/3) + 2*a*b*x^(1/3) + a^2)^(3/2
)*a/b^3

________________________________________________________________________________________

Fricas [A]
time = 0.32, size = 10, normalized size = 0.11 \begin {gather*} \frac {3}{4} \, b x^{\frac {4}{3}} + a x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a^2+2*a*b*x^(1/3)+b^2*x^(2/3))^(1/2),x, algorithm="fricas")

[Out]

3/4*b*x^(4/3) + a*x

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \sqrt {a^{2} + 2 a b \sqrt [3]{x} + b^{2} x^{\frac {2}{3}}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a**2+2*a*b*x**(1/3)+b**2*x**(2/3))**(1/2),x)

[Out]

Integral(sqrt(a**2 + 2*a*b*x**(1/3) + b**2*x**(2/3)), x)

________________________________________________________________________________________

Giac [A]
time = 4.42, size = 26, normalized size = 0.30 \begin {gather*} \frac {3}{4} \, b x^{\frac {4}{3}} \mathrm {sgn}\left (b x^{\frac {1}{3}} + a\right ) + a x \mathrm {sgn}\left (b x^{\frac {1}{3}} + a\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a^2+2*a*b*x^(1/3)+b^2*x^(2/3))^(1/2),x, algorithm="giac")

[Out]

3/4*b*x^(4/3)*sgn(b*x^(1/3) + a) + a*x*sgn(b*x^(1/3) + a)

________________________________________________________________________________________

Mupad [B]
time = 1.56, size = 71, normalized size = 0.81 \begin {gather*} \frac {\sqrt {a^2+b^2\,x^{2/3}+2\,a\,b\,x^{1/3}}\,\left (a^3-4\,a^2\,b\,x^{1/3}-5\,a\,b^2\,x^{2/3}+3\,b\,x^{1/3}\,\left (a^2+b^2\,x^{2/3}+2\,a\,b\,x^{1/3}\right )\right )}{4\,b^3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a^2 + b^2*x^(2/3) + 2*a*b*x^(1/3))^(1/2),x)

[Out]

((a^2 + b^2*x^(2/3) + 2*a*b*x^(1/3))^(1/2)*(a^3 - 4*a^2*b*x^(1/3) - 5*a*b^2*x^(2/3) + 3*b*x^(1/3)*(a^2 + b^2*x
^(2/3) + 2*a*b*x^(1/3))))/(4*b^3)

________________________________________________________________________________________